home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / browsefolder.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-10-06  |  2.2 KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Browse Folder Index - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <h1 class="title">BROWSE DIRECTORY</h1>
  13. <table class="center" width="95%">
  14. <tr>
  15. <td class="center">
  16. When a client requests a directory from the server and the server cannot find a default file to send, it indexes the directory and sends a list of the files to the client.  This allows the client to browse the directory and access any file within it.<br />
  17.       <p style="text-align: center;"><img src="../images/browsefolder.png" alt="Browse Folder" width="730" height="371" /></p>
  18. <div class="center"><small>Indexed folder for Browsing</small></div>
  19. <br />
  20. <br />
  21. If you want to define a cascading style sheet for the directory index page, you can modify the file <span style="code">myserver.xml</span>.
  22. <br />
  23. <br />
  24. Locate the line:
  25. <span class="code"><BROWSEFOLDER_CSS>system/folderstyle.css</BROWSEFOLDER_CSS></span><br /><br />
  26. and replace system/folderstyle.css with the name of your .css file.
  27. <p>The file <span class="code">system/folderstyle.css</span> has the default form:</p>
  28. <span class="code">body { font-family: Arial; color: #000000;background-color:#FFFFFF }</span>
  29. <br />
  30. <br />
  31. <div class="center">Following symlinks</div>
  32. <br />
  33. On Unix-like Operating systems (e.g.: Linux, *BSD, GNU/HURD, Solaris, etc.) MyServer supports the feature to follow Symlinks.<br />
  34. You can add the symlink following feature to each virtual host in the virtualhosts.xml file or in the myserver.xml for all hosts.<br />
  35. <span class="code"><FOLLOW_LINKS>YES</FOLLOW_LINKS></span><br /><br />
  36. The default is: <span class="code"><FOLLOW_LINKS>NO</FOLLOW_LINKS></span>
  37. This value is used by default by MyServer.
  38. </td>
  39. </tr>
  40. </table>
  41. </body>
  42. </html>
  43.